home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web23 / Tutorial4-Data Files / Notepad++ / NppHelp.chm / html / styles.css < prev    next >
Cascading Style Sheet File  |  2011-02-11  |  3KB  |  133 lines

  1. /* Generated by KompoZer */
  2. img {
  3. border:0;
  4. }
  5.  
  6. body {
  7.   background-color: LemonChiffon;
  8.   font-face: Times New Roman, serif;
  9. }
  10. .menu_item {
  11.   border-left: 2px solid #d4d0c8;
  12.   border-right: 2px solid #d4d0c8;
  13.   font-family: Tahoma;
  14.   color: black;
  15.   font-size: 10pt;
  16.   background-color: #d4d0c8;
  17.   white-space: nowrap;
  18. }
  19. .menu_item:hover {
  20.   border-left: 2px solid #0a246a;
  21.   border-right: 2px solid #0a246a;
  22.   font-family: Tahoma;
  23.   font-size: 10pt;
  24.   background-color: #0a246a;
  25.   color: white;
  26.   white-space: nowrap;
  27. }
  28. .shortcut {
  29.   border: 1px solid #cccccc;
  30.   font-family: Tahoma;
  31.   font-size: 10pt;
  32.   color: black;
  33.   white-space: nowrap;
  34. }
  35. .button {
  36.   border-style: solid;
  37.   border-color: white #625f5d #625f5d white;
  38.   border-width: 2px;
  39.   font-family: Tahoma;
  40.   font-size: 10pt;
  41.   color: black;
  42.   background-color: #d4d0c8;
  43.   white-space: nowrap;
  44.   padding-left: 2px;
  45.   padding-right: 2px;
  46. }
  47. .checkbox {
  48.   background-image: url(Images/checkboxoff.png);
  49.   background-repeat: no-repeat;
  50.   padding-left: 16px;
  51.   background-position: left center;
  52.   font-family: Tahoma;
  53.   font-size: 10pt;
  54.   background-color: #d4d0c8;
  55.   color: black;
  56.   white-space: nowrap;
  57. }
  58. .checkbox:hover {
  59.   background-image: url(Images/checkboxon.png);
  60.   background-repeat: no-repeat;
  61.   background-position: left center;
  62.   font-family: Tahoma;
  63.   font-size: 10pt;
  64.   background-color: #d4d0c8;
  65.   padding-left: 16px;
  66.   color: black;
  67.   white-space: nowrap;
  68. }
  69. .radio {
  70.   background-image: url(Images/radiooff.png);
  71.   background-repeat: no-repeat;
  72.   background-position: left center;
  73.   font-family: Tahoma;
  74.   font-size: 10pt;
  75.   background-color: #d4d0c8;
  76.   padding-left: 14px;
  77.   color: black;
  78.   white-space: nowrap;
  79. }
  80. .radio:hover {
  81.   background-image: url(Images/radioon.png);
  82.   background-repeat: no-repeat;
  83.   background-position: left center;
  84.   font-family: Tahoma;
  85.   font-size: 10pt;
  86.   background-color: #d4d0c8;
  87.   padding-left: 14px;
  88.   color: black;
  89.   white-space: nowrap;
  90. }
  91. .label {
  92.   font-family: Tahoma;
  93.   font-size: 10pt;
  94.   color: black;
  95.   background-color: #d4d0c8;
  96. }
  97. a.annotation {
  98.   position: absolute;
  99.   border: 2px groove black;
  100.   padding: 0;
  101.   display: none;
  102. }
  103. a.annotation span {
  104.   display: block;
  105.   width: 100%;
  106.   height: 100%;
  107. }
  108. dt {
  109.     font-weight: bold;
  110. }
  111. a.annotation:hover {
  112.   border-color: yellow;
  113. }
  114. dt ul {
  115.     list-style-type:disc;
  116. }
  117.  
  118. /* table standards */
  119.  
  120. table {
  121. color:black;
  122. background-color: LemonChiffon;
  123. font-size:100%;
  124. border-style:solid solid solid solid;
  125. border-width: 1px;
  126. line-height:1.5em;
  127. }
  128. th{
  129. border-style:none thin none thin;
  130. }
  131. td,tr{
  132. border: thin solid black;
  133. }